Fix annotation for gtk_tree_view_is_blank_at_pos()
authorGniourf <gniourfgniourf@gmail.com>
Wed, 14 Feb 2018 12:51:00 +0000 (13:51 +0100)
committerGniourf <gniourfgniourf@gmail.com>
Wed, 14 Feb 2018 12:51:00 +0000 (13:51 +0100)
commitc5bece5cef4b1a6c4569e6131747ce70925cb469
treef25dd50c42e45ffa940a8aab0de24706675c34b5
parent970d2e3f453900ddc2b28564648f941d75899d96
Fix annotation for gtk_tree_view_is_blank_at_pos()

The annotation (allow-none) is wrong. Since
gtk_tree_view_is_blank_at_pos() also calls
gtk_tree_view_get_path_at_pos(), the same fields should have the same
annotations.
gtk/gtktreeview.c